home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3708 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.larc.nasa.gov!usenet
  2. From: Marshall Woodson <m.b.woodson@larc.nasa.gov>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ version of yacc
  5. Date: 25 Jan 1996 17:56:53 GMT
  6. Organization: NASA Langley Research Center, Hampton, VA  USA
  7. Message-ID: <4e8g95$f1t@reznor.larc.nasa.gov>
  8. References: <kurt.mccall-2501961032460001@melvin.msfc.nasa.gov>
  9. NNTP-Posting-Host: kej.larc.nasa.gov
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
  14.  
  15. kurt.mccall@msfc.nasa.gov (Kurt McCall) wrote:
  16. >Isn't there a C++ version of yacc out there somewhere?  I tried an Archie
  17. >search for "yacc++" but found nothing.  I'm sure there is a C++ version of
  18. >bison, but I'd like to avoid using GNU products.
  19. >
  20.  
  21.  
  22. Kurt,
  23.  
  24. Check out the pccts package. It includes a program called "ANTLR" which as I recall 
  25. will generate c++ parsers. I've experimented with this package but so far I haven't 
  26. really used it. It looks very nice. My latest information indicates that you can find 
  27. it at ftp.parr-research.com, in pub/pccts.
  28.  
  29. Good Luck, Regards,
  30. Marshall
  31.  
  32.